runtime.cpuProfile.lostExtra (field)

6 uses

	runtime (current package)
		cpuprof.go#L55: 	lostExtra  uint64 // count of frames lost because extra is full
		cpuprof.go#L114: 		if p.numExtra > 0 || p.lostExtra > 0 || p.lostAtomic > 0 {
		cpuprof.go#L156: 		cpuprof.lostExtra++
		cpuprof.go#L177: 	if p.lostExtra > 0 {
		cpuprof.go#L178: 		hdr := [1]uint64{p.lostExtra}
		cpuprof.go#L184: 		p.lostExtra = 0